home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10004 < prev    next >
Encoding:
Text File  |  1996-08-05  |  682 b   |  25 lines

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: paulfcas@aol.com (PaulFCas)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Spawning from Easywin
  5. Date: 5 Mar 1996 12:25:22 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4hhte2$cqk@newsbf02.news.aol.com>
  9. References: <4h2b7b$rlh@mulgave.octacon.co.uk>
  10. Reply-To: paulfcas@aol.com (PaulFCas)
  11. NNTP-Posting-Host: newsbf02.mail.aol.com
  12.  
  13. >Easywin doesn't support process.h or spawnl
  14. >
  15. >Anyone know how simulate it, do it from Easywin?
  16.  
  17. Try:
  18.  
  19. #include <stdlib.h>
  20. int system( const char* command)
  21.  
  22. Paul F. Caswell
  23. They offered me omniscience,
  24. but I was afraid I would know what to do with it.
  25.